Skip to content

chore: release 3.0.0#23

Merged
damienwebdev merged 2 commits into
mainfrom
release-please--branches--main
May 25, 2026
Merged

chore: release 3.0.0#23
damienwebdev merged 2 commits into
mainfrom
release-please--branches--main

Conversation

@gray-bot
Copy link
Copy Markdown
Contributor

@gray-bot gray-bot commented May 19, 2026

🤖 I have created a release beep boop

3.0.0 (2026-05-25)

⚠ BREAKING CHANGES

  • Compose directories moved

Vanilla Magento compose stacks now live at
compose/magento/<version>/, not compose/<version>/. Existing
projects must update the dockerComposeFile entry in
.devcontainer/devcontainer.json:

-    "magento2-devcontainer/compose/2.4.9/docker-compose.yml",
+    "magento2-devcontainer/compose/magento/2.4.9/docker-compose.yml",

Easiest migration: re-run bin/init.sh and let it regenerate
devcontainer.json against the new layout.

  • jq is now a runtime dependency

Required by bin/init.sh and bin/setup-install.sh for parsing
composer.json / composer.lock. Install on the host:

apt install jq        # Debian/Ubuntu
brew install jq       # macOS

Features

  • add out-of-the-box support for Magento v2.4.9 (#25) (d86e5ab)
  • add wait for services check just to make sure everything is up (e86e642)
  • determine codespaces url from environment configuration (a9d3e0f)
  • embed CONFIG__DEFAULT__WEB__URL__REDIRECT_TO_BASE to make codespaces work (fe54779)
  • enable auto port-forward from codespaces (375c2dd)
  • honor X-Forwarded-Host/Proto for FastCGI (3193f39)
  • relabel nginx port name (7fd7ea2)
  • remove extranous ports (c2fffbf)
  • replace waits with healthchecks (c3adb3b)
  • support mage-os and mage-os-minimal distributions (#26) (803523a)
  • use discovered MAGENTO_ROOT to set commands for setup:install (244a4d6)

Bug Fixes

  • disable redirect_to_base behavior (5133c68)
  • disable USE_SECURE in local devcontainer (bb114fc)
  • remove extraneous codespaces-portforward.sh (e976df9)
  • restore unnamed port prefixes (dbacff2)
  • swap from mysqladmin to healthcheck.sh for mariadb:11.4 (877e326)

This PR was generated with Release Please. See documentation.

@gray-bot gray-bot requested a review from damienwebdev as a code owner May 19, 2026 21:25
@gray-bot gray-bot force-pushed the release-please--branches--main branch 11 times, most recently from b598b9f to 63ed44c Compare May 25, 2026 17:48
@gray-bot gray-bot changed the title chore: release 2.1.0 chore: release 3.0.0 May 25, 2026
@gray-bot gray-bot force-pushed the release-please--branches--main branch 2 times, most recently from e974de2 to 1151111 Compare May 25, 2026 20:22
@gray-bot gray-bot force-pushed the release-please--branches--main branch from 1151111 to 856d25e Compare May 25, 2026 20:35
@damienwebdev damienwebdev merged commit 10a2aec into main May 25, 2026
13 checks passed
@damienwebdev damienwebdev deleted the release-please--branches--main branch May 25, 2026 20:43
@gray-bot
Copy link
Copy Markdown
Contributor Author

🤖 Created releases:

🌻

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants